home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / arkanoid.swf / scripts / frame_51 / DoAction.as
Text File  |  2010-01-19  |  234b  |  14 lines

  1. setProperty("/ball", _X, getProperty("/bat", _X));
  2. startTimer = getTimer();
  3. if(started == 1)
  4. {
  5.    button = 0;
  6.    gotoAndPlay(4);
  7. }
  8. else if(startTimer - timer >= 3000)
  9. {
  10.    started = 1;
  11.    button = 0;
  12.    gotoAndPlay(4);
  13. }
  14.